home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / primer.dir / 00195.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  193 b   |  10 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     go("x", the pathName & "sonar96\Gmenu.dir")
  4.     sound stop 1
  5.   else
  6.     go("x", the pathName & "sonar96:Gmenu.dir")
  7.     sound stop 1
  8.   end if
  9. end
  10.